home *** CD-ROM | disk | FTP | other *** search
- global gWhichMovie, gWhichClip, gAutomated
-
- on mouseDown
- if legalButton(the clickOn) then
- if developersKey() then
- if the optionDown then
- set gWhichClip to gWhichClip - 1
- else
- set gWhichClip to gWhichClip + 1
- end if
- advanceClip(gWhichClip)
- else
- restoreControl()
- setProp(17, 21, "visibility", 1)
- setProp(23, 29, "visibility", 1)
- swapPlaybackScreen("playback dot")
- end if
- end if
- end
-